|
SET EFFECT TECHNIQUE
This command will set the technique of the specified FX effect.
SET EFFECT TECHNIQUE Effect Number, Technique Name
Effect Number
Integer
The effect number
Technique Name
String
The technique string name
This command does not return a value.
The technique is specified by name, and the name can be found heading the technique within the FX file itself. An FX effect can have multiple techniques within the file.
backdrop off : cls : sync on : sync rate 0 : hide mouse:cls 0
cd "fx\Simple"
load object "sphere.x",1
position object 1,0,0,0
set effect on 1,"Simple.fx",1
BASIC3D Commands Menu
Index
|